MqttUnsubscribeMsg

Undocumented in source.

Constructors

this
this(MqttFixedHeader mqttFixedHeader, MqttMsgIdVariableHeader variableHeader, MqttUnsubscribePayload payload)
Undocumented in source.

Members

Functions

payload
MqttUnsubscribePayload payload()
Undocumented in source. Be warned that the author may not have intended to support it.
variableHeader
MqttMsgIdVariableHeader variableHeader()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MqttMsg

fixedHeader
MqttFixedHeader fixedHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
variableHeader
Object variableHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
payload
Object payload()
Undocumented in source. Be warned that the author may not have intended to support it.
decoderResult
bool decoderResult()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta